.terms-of-service {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  color: #eaeaea;
  line-height: 1.7;
}

.terms-of-service h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}

.tos-section {
  margin-bottom: 30px;
}

.tos-section h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.tos-section p {
  font-size: 1rem;
  color: #cccccc;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .terms-of-service h1 {
    font-size: 2rem;
  }

  .tos-section h2 {
    font-size: 1.15rem;
  }
}
